Skip to main content

How To Upgrade To A New Version Of The .NET RESTful Engine

This article outlines the steps you should take when upgrading your .NET RESTful Engine to a new version when its availible.

Requirments

All you need to upgrade the .NET RESTful Engine to a newer version is the new RESTful Engine zip folder.

Steps

  1. Ensure that the RESTful Engine is not running (stop the website in IIS)

  2. Delete the RESTful directory (C:\inetpub\wwwroot\RESTfulEngine)

    note

    If you have any special configurations in your web.config file and dont want to go through setting it up again, we recommend you move the web.config file from the RESTful directory before deleting it, and placing it in the new RESTful directory when its setup.

  3. Unzip the new RESTfulEngine.zip file, and paste the RESTfulEngine directory inside here: C:\inetpub\wwwroot\

  4. Make sure you add your license key again to your new web.config folder

  5. Lastly we want to make sure the permissions are still setup properly for the RESTful Engine in IIS, so right click on the website in IIS, then click "Edit Permissions":

  6. Then click on the "Security" tab:

  1. Click on "Edit":

  1. Scroll down to "IIS_IUSRS" and select it. Make sure the following permissions are given:

  1. You can now start up your new RESTful Engine and start using it.